1 $(function(){
2
3     $(
"ul.dropdown li").hover(function(){
4     
5         $(
this).addClass("hover");
6         $(
'ul:first',this).css('visibility', 'visible');
7     
8     }, function(){
9     
10         $(
this).removeClass("hover");
11         $(
'ul:first',this).css('visibility', 'hidden');
12     
13     });
14     
15     $(
"ul.dropdown li ul li:has(ul)").find("a:first").append(" » ");
16
17 });



Full source code website bán hàng thương mại điện tử gần giống shopee 472.166 lượt xem

Gõ tìm kiếm nhanh...